Can be declare a static function as virtual?
please give the reason also.
thanks
Can be declare a static function as virtual?
2936
29-Mar-2011
Amit Singh
29-Mar-2011Reason:
The virtual function mechanism is used on the specific object that determines which virtual function to call. Since the static functions are not any way related to objects, they cannot be declared as virtual.